ComponentOne ASP.NET MVC Controls
Max Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : Max Method
The value.
Configurates C1.Web.Mvc.InputDateBase.Max. Sets the latest date that the user can enter.
Syntax
'Declaration
 
Public Function Max( _
   ByVal value As Date _
) As TBuilder
public TBuilder Max( 
   DateTime value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members